home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / mach / hurd / configure < prev    next >
Encoding:
Text File  |  1994-07-18  |  250 b   |  11 lines

  1. # If configure is passed `--with-hurd=DIR', set `hurd-srcdir' to DIR in
  2. # config.make.
  3.  
  4. case z"$with_hurd" in
  5. z | zyes) ;; # Not specified, or specified with no value.
  6. z*) config_vars="$config_vars
  7. hurd-srcdir = $with_hurd" ;;
  8. esac
  9.  
  10. inhibit_glue=yes
  11.